|
PASTE IMAGE
This command will paste the specified image to the screen.
PASTE IMAGE Image Number, X, Y
PASTE IMAGE Image Number, X, Y, Transparency
Image Number
Integer
Image number
X
Integer
X position on screen
Y
Integer
Y position on screen
Transparency
Integer
If set to one the transparent colour will not be drawn
This command does not return a value.
Optionally, you can paste images to bitmaps using the SET CURRENT BITMAP command. If the optional transparent flag is set to one, all coloured pixels of RGB(0,0,0) are not drawn. The parameters should be specified using integer values.
get image 1,0,0,100,100,0
cls
load image "anypicture.bmp",1,0
cls
paste image 1,100,100,1
do
loop
end
IMAGE Commands Menu
Index
|